ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / CacheNode<TKey,TValue> Class / CacheNode<TKey,TValue> Constructor
The cache item key.
The cache item balue.

In This Topic
    CacheNode<TKey,TValue> Constructor
    In This Topic
    Initializes a new instance of the CacheNode class
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal key As TKey, _
       ByVal value As TValue _
    )
    public CacheNode<TKey,TValue>( 
       TKey key,
       TValue value
    )

    Parameters

    key
    The cache item key.
    value
    The cache item balue.
    See Also